Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

Execute<T>(Action<T>,T) Method






The type of parameter this thread uses.
The delegate to execute asynchronously.
The state information to pass to the thread.
Executes the specified delegate. Provides additional state information to be passed to the thread.
Syntax
public static AsyncResult Execute<T>( 
   Action<T> d,
   T state
)
'Declaration
 
Public Overloads Shared Function Execute(Of T)( _
   ByVal d As Action(Of T), _
   ByVal state As T _
) As AsyncResult
'Usage
 
Dim d As Action(Of T)
Dim state As T
Dim value As AsyncResult
 
value = AsyncHelper.Execute(Of T)(d, state)

            

            
public:
static AsyncResult^ Executegeneric<typename T>
( 
   Action<T^>^ d,
   T^ state
) 

Parameters

d
The delegate to execute asynchronously.
state
The state information to pass to the thread.

Type Parameters

T
The type of parameter this thread uses.

Return Value

The asynchronous result.
Requirements

Target Platforms

See Also

Reference

AsyncHelper Class
AsyncHelper Members
Overload List

Error processing SSI file
Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features